home *** CD-ROM | disk | FTP | other *** search
- Copyright (C) 1992 The Board of Trustees of The Leland Stanford
- Junior University. All Rights Reserved.
-
-
- Hippoplotamus Version 1.1
- =========================
-
- * New scheme of library names; e.g. libhippoNext.a is built using the NeXT
- plot driver, libhippoX11.debug.a with the X11 driver, etc.
- * Add X11 plot driver. Driver name is X11PLOT.
- * Change Interviews driver name to XIVPLOT.
- * added PostScript plot driver. Name of driver is PSPLOT. Postscript is
- sent to stream specified in call to h_setPlotDrvr.
- * bins.totals changed to float array. Now keeps sum of weights in/outside
- histogram region.
- * add linestyle parameter to h_addPlotFunc
- * Add GLOB_QUAL to global variables. On VMS, this is defined as "noshare",
- allowing one to build a sharable image.
- * added routine h_autoScale to perform autoscaling without plotting
- * added routine h_getTotal to look at bins.totals
- * added routines h_endPage and h_endDrvr for use by PS driver.
- * improve scaling of text in plot.
- * bug fix of not checking scaling of log axes.
- * add pointer casts in hippoxdr.c (complaints from new SGI compiler).
- * add %dx,%dy (for bin widths), %ex,%ey (for error bindings) as field in
- labels.
- * fix problem of not copying cuts and plot functions in h_copyDisp
- * use macro Concat3 in hippoplot.c; should remove problem on VMS
-
-